CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 栈 数据结构

搜索资源列表

  1. Lwip协议栈的设计与实现

    0下载:
  2. Lwip协议栈的设计与实现 LWIP是TCP/IP协议栈的一种实现。LWIP的主要目的是减少存储器利用量和代码尺寸,使 LWIP适合应用于小的、资源有限的处理器如嵌入式系统。为了减少处理器和存储器要求,lwIP可以通过不需任何数据拷贝的API进行裁减。 本文叙述了lwIP的设计与实现。叙述了协议实现及子系统中所使用的算法和数据结构如存储和缓冲管理系统。还包括LWIP API的参考手册和使用LWIP 的一些代码例子.-Lwip protocol stack design and rea
  3. 所属分类:开发工具

    • 发布日期:2008-10-13
    • 文件大小:693677
    • 提供者:铃铛
  1. 数据结构实验程序

    0下载:
  2. 包括插入法查找树生成程序、树的队列法层次遍历、用链式栈对树中序遍历、制作二插查找树的镜像副本-including the insertion procedure generation search tree, the tree traversal level cohort method, using chain stack of tree traversal, interpolation search produced two mirror copies of the tree.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3091
    • 提供者:王荣枫
  1. 顺序栈

    0下载:
  2. 数据结构:顺序栈-data structure : Stack order
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10993
    • 提供者:longyuee
  1. 顺序栈的基本操作

    1下载:
  2. 顺序栈的基本操作,一共9个,与吴伟民数据结构课本完全一致,用C实现-order stack the basic operation, a total of nine, and Xiulan WU Weimin textbooks data structure is fully consistent with achieving C
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1186
    • 提供者:李雷
  1. 链栈

    0下载:
  2. 数据结构里的栈,用链表这种存储方式实现,和用数组方式存储的有个比较。-data structure, the stack, with Chain achieve such storage, and the use of the array is stored in a relatively.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2334
    • 提供者:天涯明月
  1. 用栈完成马踏棋盘的C语言的代码

    0下载:
  2. 数据结构课程设计 用栈完成马踏棋盘的C语言的代码 要求在8*8的国际棋盘实现-Stack data structure to complete course design horse riding with the C language code board requires 8* 8 board to achieve international
  3. 所属分类:编程文档

    • 发布日期:2017-03-21
    • 文件大小:10897
    • 提供者:刘鹏林
  1. rat_in_maze

    0下载:
  2. 基于栈数据结构的迷宫老鼠问题C语言求解,在VS2010下编写并测试通过-C language to solve maze mouse problem based on a stack data structure
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:776254
    • 提供者:lunm
  1. 栈类

    0下载:
  2. 栈(stack)是程序设计过程中经常遇到朝气一种数据结构形式,它对于数据的存放和操作有下面这样的特点: 1) 它只有一个对数据进行存入和取出的端口; 2) 后进者先出,即最后被存入的数据将首先被取出。其形式很象一种存储硬币的小容器,每次只可以从顶端压入一个硬币,而取出也只可以从顶端进行,即后进先出。 这样的数据存储和管理形式在一些程序设计中很有用。例如,编译系统中(这是一类比较复杂的程序),对于函数调用的处理、对于表达式计算的处理,都利用了栈这样的数据结构。- The stack (stack)
  3. 所属分类:Data structs

    • 发布日期:2017-11-18
    • 文件大小:3005
    • 提供者:墨镜牛郎
  1. 栈aaa

    0下载:
  2. 数据结构中栈的相关操作,数据结构中栈的相关操作-data structure stack of operation, stack data structure of operation
  3. 所属分类:Data structs

    • 发布日期:2017-11-20
    • 文件大小:1387
    • 提供者:小王
  1. shunxuzhan

    0下载:
  2. 顺序栈的实现,有一个很好栈数据结构,算法简单,能实现栈的各种操作-The realization of the order of the stack, there is a good stack data structure, algorithm is simple and can achieve a variety of stack operation
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:1253
    • 提供者:liuminsheng
  1. carboxdiaodu

    0下载:
  2. 关于数据结构,车厢调度,基于栈的数据结构,实现可视化进程。-On the data structure, train scheduling, based on the stack data structure, to achieve visualization of the process.
  3. 所属分类:Project Manage

    • 发布日期:2017-05-03
    • 文件大小:115501
    • 提供者:djr
  1. TRACK

    0下载:
  2. 数据结构课程设计之堆栈的应用,能实现堆栈这个数据结构的基本应用,例如,初始化,出栈和入栈操作等。-Data structure the curriculum design of the stack of applications, to achieve the stack data structure of the basic applications, for example, initialization, a stack and入栈operation.
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:932
    • 提供者:胡锦涛
  1. fanh

    0下载:
  2. 这是一个停车场的模拟系统,在对数据结构栈与队列的熟悉及实现-pppppppppppppppppppppppppppppp
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1821
    • 提供者:李白
  1. stack

    0下载:
  2. 这是栈数据结构。在操作系统中非常重要。本文件提供了一种C++实现方案。-This is a stack data structure. At the operating system is very important. This document provides a C++ implementation program.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:572
    • 提供者:刘志福
  1. stack_link

    0下载:
  2. 这是用链表实现的栈数据结构。链表数据结构的最大优点是不受元素个数的限制,除非内存耗尽。-This is the stack implementation with linked list data structure. List data structure is not subject to the greatest advantage of the restricted number of elements, unless the memory run out.
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:637
    • 提供者:刘志福
  1. stackqueue

    0下载:
  2. 数据结构栈和队列基本源代码,并包括银行模拟、中缀表达式计算、列车调度、农夫过河问题等经典数据结构算法。-Stack and queue data structure of the basic source code, and includes Bank of simulation, in the calculation is made up of expressions, the train scheduling, the farmer across the river, such as the
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:12772
    • 提供者:guanjun
  1. stack

    0下载:
  2. 数据结构第三章中栈和队列的源程序,实现了全部算法-this is a code of data structure
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:15816
    • 提供者:wangming
  1. lianzhan

    0下载:
  2. 数据结构的链栈C++代码,实现链栈的初始化,入栈,出栈,取栈顶元素等操作-The chain of stack data structure C++ code to achieve the chain of stack initialization, stack, a stack, take the top element and other operations
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:22500
    • 提供者:张尚
  1. bracketmatch

    0下载:
  2. 检查算数表达式中括号是否匹配 使用“链式栈”模板定义作为数据结构来实现括号匹配。-Check the arithmetic expression in parentheses match use " chain stack" template definition as a data structure to achieve the matching parenthesis.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1368
    • 提供者:
  1. mataqipang

    0下载:
  2. 用数据结构(C语言版)编写程序,实现一个国际象棋的马踏遍棋盘的演示程序。具体要求为:将马随机放在国际象棋的8*8棋盘的某个方格中,马按走棋规则进行移动。要求每个方格只进入一次,走遍棋盘上全部64个方格。用堆栈编制非递归程序求出马的行走路线,并按求出的行走路线,将数字1,2,3,……,64依次填入一个8*8的方阵,输出之。 -With the data structure (C language version) to write programs to achieve a chess board
  3. 所属分类:File Formats

    • 发布日期:2017-03-29
    • 文件大小:3660
    • 提供者:周敏从
« 1 2 3 4 56 7 8 9 10 ... 47 »
搜珍网 www.dssz.com